Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 175,021 for

document formatting

(0.12 sec)
  1. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for JavaScript via C++ API....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  2. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....the Working with Fonts documentation article. Remarks: You do...to format a run of text using its font property. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBuilder.InsertParagraph | Aspose.Words ...

    Enhance your Documents effortlessly with the DocumentBuilder InsertParagraph method, allowing seamless paragraph breaks for improved readability....a paragraph break into the document. public Paragraph InsertParagraph...Remarks Current paragraph formatting specified by the ParagraphFormat...

    reference.aspose.com/words/net/aspose.words/doc...
  4. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... Document () # Add a plain text watermark...we wish to edit the text formatting using it as a watermark,...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartTitle.font property | Aspose.Words for Python

    ChartTitle.font property. Provides access to the font Formatting of the chart title....Provides access to the font formatting of the chart title. @property...and set a title. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... Document () # Add a plain text watermark...we wish to edit the text formatting using it as a watermark,...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::TextWatermarkOptions::get_FontFa...

    Aspose::Words::TextWatermarkOptions::get_FontFamily method. Gets or sets font family name. The default value is "Calibri" in C++....MakeObject < Aspose :: Words :: Document > (); // Add a plain text...we wish to edit the text formatting using it as a watermark,...

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. FrameFormat.Height | Aspose.Words for .NET

    Discover the FrameFormat Height property to easily access and utilize the height of your specified frame for enhanced design flexibility....to get information about formatting properties of paragraphs...that are frames. Document doc = new Document ( MyDir + "Paragraph...

    reference.aspose.com/words/net/aspose.words/fra...
  9. Aspose::Words::Tables::CellFormat::ClearFormatt...

    Aspose::Words::Tables::CellFormat::ClearFormatting method. Resets to default cell Formatting. Does not change the width of the cell in C++....method Resets to default cell formatting. Does not change the width...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....simple column chart into the document using insertChart method....how to insert a chart into a document. Insert Column Chart The following...

    docs.aspose.com/words/java/working-with-charts/